records
Gross Crane Rate
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"gcr-2018",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gcr-2018"
}
] - "definitions":{
- "gcr-2018":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gcr-2018_records"
}
}
} - "records":
} - "properties":
- "gcr-2018_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"السنة",
- "description":""
} - "quarter":,{
- "type":"number",
- "title":"الربع",
- "description":""
} - "gcr":{
- "type":"number",
- "title":"معدل تشغيل الرافعات (بالساعات)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "gcr-2018":
}